home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / software / Komer / lotus / Fax Services / INSTLFS.RSP < prev    next >
Text File  |  1996-10-16  |  15KB  |  459 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (instlfs.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (instlfs.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to tell them
  52. ;    what command line to type, or you might 
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; Choose Run from the Start menu (Windows 95 or
  59. ; Windows NT 4.0) or choose File Run from the 
  60. ; Windows Program Manager (Windows NT 3.51), 
  61. ; and type the install command:
  62. ;
  63. ; <Path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  64. ;       [/O [<LogFilePath>]] [/?]
  65. ;
  66. ; where:
  67. ;    Path is the location of the install program
  68. ;         executable.
  69. ;    /A turns on the automated install feature.
  70. ;    ResponseFilePath is the full path and 
  71. ;         name of the response file. If you do 
  72. ;         not specify a path, this defaults to
  73. ;         the directory in which your install 
  74. ;         executable resides.
  75. ;    /U allows you to specify the name of the user.
  76. ;    "UserName" is the name of the user to which
  77. ;         this copy of the program is registered.
  78. ;         See the comments for the UserName field
  79. ;         below for information about defaults.
  80. ;    /O allows you to specify the status log file 
  81. ;         path and filename.
  82. ;    LogFilePath is the full path and name of the 
  83. ;         status log file. If you do not specify a 
  84. ;         path, this defaults to \<windowsdir>\lotinst.log.
  85. ;    /? brings up the command line usage message.
  86. ;
  87. ;
  88. ; HINTS AND TIPS:
  89. ;
  90. ; Do not change the field names to the left 
  91. ; of the equal signs (=) in this file. 
  92. ; Changing the field names will cause errors.
  93. ;
  94. ; Do not remove fields from this
  95. ; file. Removing fields will
  96. ; cause errors.
  97. ;
  98. ; If you perform a standalone or node
  99. ; install to add another language to
  100. ; this product, the Install program does 
  101. ; not use the directory fields in this file.
  102. ; The additional language is added to the
  103. ; existing copy of the product. For more
  104. ; information about multilingual install,
  105. ; see the Network Administrator's Guide 
  106. ; (readnet.txt).
  107. ;
  108. ;***********************************************
  109. ;***********************************************
  110. ; THE RESPONSE FILE STARTS HERE:
  111. ;
  112. ;
  113. [User Registration]
  114. ; The [User Registration] section is for 
  115. ; information about the end user of this copy
  116. ; of the product. 
  117. ;
  118. ; Type the user's name in the "UserName" field. 
  119. ; Type the company's name in the "CompanyName"
  120. ; field. This information will become a 
  121. ; permanent part of the user's copy of this 
  122. ; program. If you do not supply this 
  123. ; information, the program will attempt 
  124. ; to find the user and company name from 
  125. ; a previously installed version 
  126. ; of this program (if there is one), or 
  127. ; from the Windows registration information.
  128. ;
  129. ;***********************************************
  130. UserName = 
  131. CompanyName = 
  132. ;***********************************************
  133. ;
  134. ;
  135. [General Information]
  136. ; The [General Information] section specifies the
  137. ; type of install you want to perform and the program 
  138. ; group to which you want to add the product icon.
  139. ;
  140. ; Use the "InstallType" field to specify the kind of 
  141. ; install you want to perform. 
  142. ;     1 Standalone Install
  143. ;     2 Server Install
  144. ;     3 Distribution Install
  145. ;     4 Node install
  146. ;
  147. ; Remember that if you want to run a node install, 
  148. ; you must run a server install first, and use the 
  149. ; install.exe generated by the server install.
  150.  
  151. ;***********************************************
  152. InstallType = 4
  153. ;***********************************************
  154. ;
  155. ; Use the "AddiconOption" field to specify whether 
  156. ; Install should add program icons to your  
  157. ; program group or start menu. 
  158. ;     
  159. ;    0 Do not add program icons
  160. ;    1 Add program icons
  161. ;***********************************************
  162. AddiconOption = 1
  163. ;***********************************************
  164. ;
  165. ; Use the "ProgramGroup" field to name the program 
  166. ; group to which you want to add this product's icon. 
  167. ; This field is only used if you are doing a standalone,
  168. ; server, or node install on Windows NT 3.51 and the
  169. ; AddiconOption field is set to 1. It is not used on 
  170. ; Windows 95 or Windows NT 4.0, or if the AddiconOption
  171. ; field is set to 0.
  172. ;
  173. ;***********************************************
  174. ProgramGroup = Lotus SmartSuite
  175. ;***********************************************
  176. ;
  177. ; Use the "StartmenuFolder" field to name the folder 
  178. ; to which you want to add this product's icon. 
  179. ; This field is only used if you are doing a standalone, 
  180. ; server, or node install on Windows 95 or Windows NT 4.0. 
  181. ; It is not used on Windows NT 3.51 or if the AddiconOption
  182. ; field is set to 0.
  183. ;
  184. ;***********************************************
  185. StartmenuFolder = Lotus SmartSuite
  186. ;***********************************************
  187. ;
  188. ;
  189. [Datalens]
  190. ; The [Datalens] section provides information 
  191. ; about where to install the Datalens 
  192. ; drivers. The fields in this section are only
  193. ; used if the products you are installing use
  194. ; the Datalens drivers, and only during a 
  195. ; server install (InstallType 2).
  196. ;
  197. ; Use the "SQLServerName" field to specify the name 
  198. ; of your SQL server.
  199. ;
  200. ;***********************************************
  201. SQLServerName = 
  202. ;***********************************************
  203. ;
  204. ; Use the "PARADOXNetInfo" field to specify the
  205. ; path to the PARADOX server.
  206. ;
  207. ;***********************************************
  208. PARADOXNetInfo =
  209. ;***********************************************
  210. ;
  211. ;
  212. [LFS]
  213. ; The [LFS] section provides information 
  214. ; specific to LFS.
  215. ;
  216. ;
  217. ; CLIENTS: THE 1-2-3 COMMENTS AND FIELDS ARE
  218. ; PROVIDED TO GIVE YOU AN EXAMPLE OF THE 
  219. ; KIND OF PRODUCT-SPECIFIC FIELDS, DEFAULTS,
  220. ; AND COMMENTS YOU MUST PROVIDE.
  221. ;
  222. ; REMOVE THIS COMMENT AND (IF YOU ARE NOT IN
  223. ; 1-2-3) CHANGE THE FIELDS IN THE [LFS] AND
  224. ; [CustomizeLFS] SECTIONS TO BE CORRECT FOR 
  225. ; YOUR PRODUCT.
  226. ;
  227. ;
  228. ; The "BASEDIR" field specifies the base directory
  229. ; for a single product. Your main product directory,
  230. ; work directory, and all other directories 
  231. ; associated with this product will be created 
  232. ; under this base directory. We recommend that you
  233. ; use the same base directory for all of the 
  234. ; Lotus products you install. This field is used
  235. ; only in standalone, file server, and node installs.
  236. ;
  237. ;***********************************************
  238. BASEDIR= c:\lotus\
  239. ;***********************************************
  240. ;
  241. ; CLIENTS: THE DIRECTORY FIELDS LISTED BELOW
  242. ; ARE ONLY AN EXAMPLE OF THE DIRECTORY
  243. ; FIELDS CUSTOMERS MAY NEED TO SPECIFY FOR
  244. ; YOUR PRODUCT. YOU MAY HAVE MORE, FEWER, OR
  245. ; DIFFERENT FIELDS TO LIST HERE FOR
  246. ; YOUR PRODUCT. PLEASE MAKE 
  247. ; SURE EACH FIELD IS DOCUMENTED IN THE 
  248. ; COMMENTS SO THE CUSTOMER KNOWS WHAT
  249. ; THEY ARE FOR.
  250. ;
  251. ; REMEMBER TO REMOVE THESE COMMENTS. DO NOT SEND
  252. ; THIS FILE TO CUSTOMERS WITH THESE COMMENTS IN IT.
  253. ;
  254. ; The "LFSDIR" field is only for standalone, node, 
  255. ; and distribution installs. Use the LFSDIR field 
  256. ; to specify the main product directory for LFS. 
  257. ;
  258. ; Use the "LFSWORKDIR" field to specify the 
  259. ; directory in which node users store their 
  260. ; work.
  261. ;
  262. ; Use the "LFSMASTERSDIR" field to specify the 
  263. ; directory for Smart Masters
  264. ;
  265. ; Use the "LFSBACKUPDIR" field to specify the 
  266. ; directory in which users back up their work.
  267. ;
  268. ;***********************************************
  269. LFSDIR = c:\lotus\LFS\ 
  270. LFSWORKDIR = c:\lotus\work\LFS
  271. LFSMASTERSDIR = c:\lotus\SMASTERS\LFS
  272. LFSBACKUPDIR = c:\lotus\BACKUP\LFS
  273. ;***********************************************
  274. ;
  275. ; Use the "SizeOfInstall" field to specify the
  276. ; size of the LFS install:
  277. ;      1 Default install
  278. ;      2 Minimum install 
  279. ;      3 Custom install
  280. ;
  281. ; This field is only used during standalone 
  282. ; and file server installs (InstallType 1 and 2). 
  283. ; For file server installs, you can only use
  284. ; SizeOfInstall 1 or 3. 
  285. ;
  286. ;***********************************************
  287. SizeOfInstall = 1
  288. ;***********************************************                             
  289. ;
  290. [CustomizeLFS]
  291. ; The [CustomizeLFS] section lets you select
  292. ; which features of LFS you want to install.
  293. ; This section is only used if the 
  294. ; "SizeOfInstall" field in the [LFS] section 
  295. ; is 3 (custom install).
  296. ;
  297. ;
  298. ; CLIENTS: THIS INCOMPLETE LIST OF 1-2-3
  299. ; FEATURES IS PROVIDED TO GIVE YOU AN
  300. ; EXAMPLE OF HOW TO LIST THE CUSTOMIZABLE
  301. ; FEATURES IN THIS SECTION.
  302. ;
  303. ; REMOVE THIS COMMENT AND PROVIDE A COMPLETE
  304. ; LIST OF YOUR PRODUCT'S CUSTOMIZABLE 
  305. ; FEATURES. ADD COMMENTS TO IDENTIFY
  306. ; EACH FEATURE.
  307. ;
  308. ; IF YOU LIST YOUR PRODUCT'S CORE FILES IN
  309. ; THIS SECTION, BE SURE TO SUPPLY A COMMENT
  310. ; THAT TELLS THE USER NOT TO DESELECT THE
  311. ; CORE FILES THE FIRST TIME THEY INSTALL
  312. ; THE PRODUCT.
  313. ;
  314. ;
  315. ; 123 Core Features
  316. ;
  317. ;***********************************************
  318. 123CORE = 0
  319. 123AUDIT = 0
  320. 123BSOLVER = 1
  321. 123SOLVER = 1
  322. 123MTRANS = 1
  323. 123CHRON = 1
  324. 123MAPPING = 1
  325. ;***********************************************
  326. ;
  327. ; 123 Help, samples, tours, and tutorial
  328. ;
  329. ;***********************************************
  330. 123SAMPLE = 1
  331. 123MHELP = 1
  332. 123ATHELP = 1
  333. 123TUTORIAL = 1
  334. 123TOUR = 0
  335. ;***********************************************
  336. ;
  337. ;
  338. [CustomizeNodeOptionsLFS]
  339. ; The [CustomizeNodeOptionsLFS] section
  340. ; is used both during file server installs
  341. ; (InstallType 2) and during node installs
  342. ; (InstallType 4). Please read the comments 
  343. ; below for more details.
  344. ;
  345. ; For a file server install (InstallType 2),
  346. ; the [CustomizeNodeOptionsLFS] section allows
  347. ; network administrators to specify which 
  348. ; features *can* be copied to a node user's 
  349. ; machine during a node install. This section
  350. ; corresponds to the Node User Feature Access
  351. ; dialog box in the file server install. 
  352. ; It is only used during a file server install
  353. ; if SizeOfInstall = 3 (customized install).
  354. ;
  355. ; Use the following values in these fields for
  356. ; a file server install:
  357. ;      0 Do not allow the feature to be copied
  358. ;        to the user's machine
  359. ;      1 Allow the feature to be copied the 
  360. ;        user's machine
  361. ;
  362. ; For a node install (InstallType 4), the 
  363. ; [CustomizeNodeOptionsLFS] section allows
  364. ; you to specify which features *will* be 
  365. ; copied to the node user's machine during the
  366. ; node install. This corresponds to the 
  367. ; Local Node Features dialog box in the 
  368. ; node install.
  369. ;
  370. ; Use the following values in these fields for
  371. ; a node install:
  372. ;      0 Do not copy the feature to the user's 
  373. ;        machine
  374. ;      1 Copy the feature to the user's machine
  375. ;
  376. ; Features will be copied to the user's machine
  377. ; during a node install only if:
  378. ;       * They were selected in this section 
  379. ;         during an automated file server install
  380. ;         or in the Node User Feature Access
  381. ;         dialog box during a manual 
  382. ;         file server install
  383. ;                 AND
  384. ;       * They are selected in this section during
  385. ;         an automated node install or in the 
  386. ;         Local Node Features dialog box during
  387. ;         a manual node install.
  388. ;
  389. ;
  390. ; CLIENTS: LIST HERE THE FEATURES YOU LIST
  391. ; IN THE NODE USER FEATURE ACCESS DIALOG
  392. ; IN THE SERVER INSTALL. SET THE FEATURES TO 
  393. ; 1 OR 0 ACCORDING TO THE DEFAULT(S) YOU 
  394. ; USE IN THAT DIALOG. REMEMBER TO COMMENT
  395. ; THE KEYWORDS HERE AS YOU DO IN THE [CustomizeLFS]
  396. ; SECTION.
  397. ; IF YOU DO NOT ENABLE THIS FEATURE IN YOUR
  398. ; FILE SERVER INSTALL, REMOVE THIS SECTION FROM
  399. ; YOUR COPY OF THE REPSONSE FILE.
  400. ;
  401. ; REMEMBER TO REMOVE THESE COMMENTS. DO NOT SEND
  402. ; THIS FILE TO CUSTOMERS WITH THESE COMMENTS IN IT.
  403. ;
  404. ;***********************************************
  405. ;123SAMPLE = 1
  406. ;123MASTERS = 1
  407. ;***********************************************
  408. ;
  409. ;
  410. ;
  411. ; CLIENTS: REMEMBER TO LIST THE SHARED COMPONENTS
  412. ; YOUR PRODUCT USES IN PLACE OF THE EXAMPLES IN THIS 
  413. ; FILE. ONLY LIST VISIBLE (SELECTABLE) SHARED COMPONENTS.
  414. ; USE THE SAME DEFAULTS (ON OR OFF) YOU USE IN
  415. ; THE CUSTOMIZE DIALOG.
  416. ;
  417. ; REMEMBER TO REMOVE THIS COMMENT. DO NOT SEND
  418. ; THIS FILE TO CUSTOMERS WITH THIS COMMENT IN IT.
  419. ;
  420. ;
  421. [Shared Components]
  422. ; The [Shared Components] section provides information 
  423. ; about Lotus shared components (such as Spell
  424. ; Check).
  425. ; The "COMPONENTSDIR" field is used only during a 
  426. ; server install.
  427. ;
  428. ;*********************************************** 
  429. COMPONENTSDIR = c:\lotus\compnent
  430. ;***********************************************
  431. ; The fields below allow you to select and 
  432. ; deselect the Lotus shared components. 
  433. ; These fields are only used if the "SizeOfInstall"
  434. ; field in the [LFS] section is set to 3.
  435. ;
  436. ; To select a shared component, set its value
  437. ; to 1 (one). To deselect a shared component,
  438. ; set its value to 0 (zero).
  439. ;
  440. ;***********************************************
  441. WIN32SHRSPELLPRG = 1
  442. ;***********************************************
  443. ;
  444. ;
  445. ;************************************************ 
  446. ;************************************************
  447. ;
  448. ;End of Response File
  449.